exec statements造句
例句与造句
- The statement can be a select or an exec statement
此语句可以是select或exec语句。 - The following examples show the syntax for exec statements
以下示例显示exec语句的语法。 - The following exec statement executes an rfc that uses two parameters
以下exec语句执行使用两个参数的rfc 。 - The following exec statement executes a bapi that has no input parameters
以下exec语句执行没有输入参数的bapi 。 - The following exec statement executes an rfc that has an input parameter
以下exec语句执行具有一个输入参数的rfc 。 - It's difficult to find exec statements in a sentence. 用exec statements造句挺难的
- The following exec statement executes an rfc that has one input parameter
以下exec语句执行具有一个输入参数的rfc 。 - The following exec statement executes an rfc that has an input parameter specified in a variable
以下exec语句执行具有一个在变量中指定的输入参数的rfc 。 - The following exec statement executes a bapi that returns company names and information about each company
以下exec语句执行返回公司名称和每个公司相关信息的bapi 。 - In the ole db source and the lookup transformation , the sql statements are typically select statements or exec statements
Sql语句的源可以是直接输入、文件连接或变量。 - Specifies the number of seconds that must elapse after sending a remote exec statement before the remote stored procedure times out
语句之后,在远程存储过程超时前必须等待的秒数。 - The parameter names must match the names that the stored procedure , run by the select statement or the exec statement , expects
参数名称必须与存储过程(由select语句或exec语句运行)所期望的名称匹配。 - If the actual parameter names are returned from the rdbms , the parameters used by a select and exec statement are mapped by name
如果实际参数名称是从rdbms返回的,则select和exec语句所使用的参数将按名称进行映射。 - A rollback statement in a stored procedure referenced by an insert . exec statement causes the entire transaction to be rolled back and the batch stops executing
由insert . . . exec语句引用的存储过程中的rollback语句将导致整个事务回滚,并使批处理终止执行。